Description
Connect securely to Device Authority KeyScaler Web UI
Vendor
This connection component is designed for secure connection to the following target:
| Vendor | Device Authority |
|---|---|
| Product | KeyScaler Web UI |
| Product Category | Website |
| Product Versions | SaaS |
CyberArk
This connection component works with the following CyberArk versions:
| CyberArk Solution | Privileged Session Management |
|---|---|
| CyberArk Product | Privileged Session Manager (PSM) |
| CyberArk Versions | 10.2 or higher |
| Artifact Version | 1.0 |
| Out of the Box | NO |
| Out of the Box in versions |
Support & Certification
| Support Level | STANDARD |
|---|---|
| Developed by | CyberArk |
| Certification Level | CERTIFIED |
Prerequisites
The following prerequisites are required on the machine running this connection component:
- Use the following procedure to set up your environment to use Google Chrome: PSM for Web Applications
Configuration
Connection Component Settings
Specify the following parameters at the connection component level:
Connection Component Root Level Parameters
Parameters that define generic settings of the PSM connection component.
| Parameter Name | Description | Acceptable Values | Default Value |
|---|---|---|---|
| Id | A unique ID that identifies the connection component | String | |
| DisplayName | The name to be displayed in the connection selection. | String |
Target Settings section
Parameters that define specific target machines settings. These parameters can be overridden at platform or account level.
Client Specific
| Parameter Name | Description | Acceptable Values | Default Value |
|---|---|---|---|
ActionTimeout | The maximum number of seconds to wait for an action to complete | Positive number | 10 |
| PageLoadTimeout | The maximum number of seconds to wait for a page to load | Positive number | 30 |
| EnableTrace | Show the connection process for troubleshooting | Yes,No | No |
| BrowserPath | Path to the browser exe file | Full path | |
| RunValidations | Specifies if the validations defined in WebFormFields run. If set to "Yes", validations are required. | Yes, No | Yes |
| Browser | Browser Type | chrome, edge | chrome |
| BrowserPath | Path to browser application exe | Full path | C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" |
Web Form Settings
| Parameter Name | Description | Acceptable Values | Default Value |
|---|---|---|---|
LogonURL | The address of the web application. Specify the URL of the login page. The URL can include dynamic parameters such as the address that is replaced with the value of the corresponding property of the account. | URL | https://{address}/cp/ |
| WebFormFields | Describes the list of login actions. | List of commands. | //input^[@id="username"^]>{username}(searchBy=xpath) //input^[@id="password"^]>{password}(searchBy=xpath) //button^[@id="loginbtn"^]>(button)(searchBy=xpath) KeyScaler™ Dashboard>(validation)(searchby=text) |
| EnforceCertificateValidation | Whether or not PSM will validate target website certificates when initiating PSM connections. This enables PSM to connect to local websites that do not have valid certificates, such as LAN applications with self-signed certificates. To connect to local websites that use self-signed certificates, specify No. | Yes, No | Yes |